github.com/go-pg/migrations/v8.Collection.tableExists (method)

2 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L421: 	exists, err := c.tableExists(db)
		collection.go#L616: func (c *Collection) tableExists(db DB) (bool, error) {